golang.org/x/tools/go/packages.jsonPackage.ImportPath (field)

11 uses

	golang.org/x/tools/go/packages (current package)
		golist.go#L389: 	ImportPath        string
		golist.go#L472: 		if p.ImportPath == "" {
		golist.go#L493: 		if filepath.IsAbs(p.ImportPath) && p.Error != nil {
		golist.go#L494: 			pkgPath, ok, err := state.getPkgPath(p.ImportPath)
		golist.go#L499: 				p.ImportPath = pkgPath
		golist.go#L503: 		if old, found := seen[p.ImportPath]; found {
		golist.go#L525: 					return nil, fmt.Errorf("internal error: go list gives conflicting information for package %v", p.ImportPath)
		golist.go#L545: 					if importingPkg == old.ImportPath {
		golist.go#L570: 		seen[p.ImportPath] = p
		golist.go#L574: 			ID:              p.ImportPath,
		golist.go#L755: 	return len(p.Error.ImportStack) == 0 || p.Error.ImportStack[len(p.Error.ImportStack)-1] == p.ImportPath